POV-Ray : Newsgroups : povray.binaries.images : displace_warp - dispWarp.jpg (1/1) : Re: displace_warp - dispWarp.jpg (1/1) Server Time
2 Oct 2024 06:27:04 EDT (-0400)
  Re: displace_warp - dispWarp.jpg (1/1)  
From: Simen Kvaal
Date: 25 Jun 2000 18:22:49
Message: <39568639$1@news.povray.org>
>further examples of applications please.  i'm not quite sure what one
>would use this for.  thanks.


Io am just thinking aloud here.

As Tony[B] pointed out; the "classic" fire-demo-algorithm uses this kind of
displacement to mimic a very realistic fire-texture. And think of the
wonderful wood-pigments one can make:

pigment {
    wood
    color_map { something wonderful yet brown }
    warp {
        //something like; don't know the synatx ;)
        pigment {
            leopard
            color_map { [0.3 color rgb 1][0.7 color rgb 0] }
            turbulence 1
            scale 0.2
        }
    }
}

I can imagine this creating displacements resulting in kind of like
blackhole warp, except distributed everywhere and turbulenced.

And why not do something like:

pigment {
    image_map { your favorite picture of a nice person }
    warp { spotted scale 0.2 translate z*clock }
}

to make it bubble like a hot witches cauldron!

Oh, don't get me started!!

Regards,
Simen Kvaal.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.